home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 1401_500 / DISK1470 / DISK1470.ZIP / README.BAT < prev    next >
DOS Batch File  |  1990-10-01  |  2KB  |  42 lines

  1. echo off
  2. cls
  3. echo                            WELCOME TO PC-CAI 2.00                         
  4. echo  
  5. echo PC-CAI is a computer assisted learning language that allows you to
  6. echo write tutorials, tests, rolling demos and other programs. This disk
  7. echo contains an installation program that will load PC-CAI onto your hard
  8. echo disk (or another floppy). You must have about 350K of space on your
  9. echo disk for the install to be successful.
  10. echo ──────────────────────────────────────────────────────────────────────
  11. echo To install the program enter the command
  12. echo    
  13. echo INSTALL d: \directory
  14. echo    
  15. echo where d: is the name of the drive where you want to install PC-CAI,
  16. echo and \directory is the directory name where you want program to reside.
  17. echo For example, to load to a hard disk, the command will probably be
  18. echo    
  19. echo INSTALL C: \CAI
  20. echo                                                       
  21. echo (make sure there is a blank between the C: and the \)
  22. echo    
  23. echo To load to a floppy disk in drive B: you would use the command
  24. echo INSTALL B: \ (again, a blank between B: and \).
  25. echo ──────────────────────────────────────────────────────────────────────
  26. pause
  27. cls
  28. echo ──────────────────────────────────────────────────────────────────────  
  29. echo To print the documentation on this disk, use the command
  30. echo  
  31. echo PRINTDOC filename.doc
  32. echo    
  33. echo For example, to print the condensed manual named CAI.DOC, enter
  34. echo    
  35. echo PRINTDOC CAI.DOC
  36. echo                                                     
  37. echo The "DOC" files on this disk are:
  38. echo ──────────────────────────────────────────────────────────────────────
  39. DIR *.DOC
  40. echo ──────────────────────────────────────────────────────────────────────  
  41.  
  42.